a11y: Set an accessible role for GtkLabel
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 20:53:19 +0000 (16:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:16:37 +0000 (18:16 -0400)
commit2040b7ecdf601893f897d76d2025e77167eefca3
treec255747beb848725c1ae82fbfadebdfbeb6209cb
parentcc35cc6c4e3ed5d2c2126c1bca6e460bec6f08ab
a11y: Set an accessible role for GtkLabel

Use the label accessible role for GtkLabel. ARIA has some
ominous wording about it going way, but while we have it,
GtkLabel is the obvious candidate for carrying it.

Update the documentation and add a test.
docs/reference/gtk/section-accessibility.md
gtk/gtkenums.h
gtk/gtklabel.c
testsuite/a11y/label.c